home *** CD-ROM | disk | FTP | other *** search
- package com.extensibility.xa;
-
- import com.extensibility.xml.AttributeDeclaration;
- import com.extensibility.xml.BaseDeclaration;
-
- class AggregateAttributeDecl$10 implements AggregateAttributeDecl.Operation {
- // $FF: synthetic field
- final String val$property;
- // $FF: synthetic field
- final AggregateAttributeDecl this$0;
-
- public void performOperation(AttributeDeclaration var1) {
- ((BaseDeclaration)var1).removeMetaProp(this.val$property);
- }
-
- AggregateAttributeDecl$10(String var1, AggregateAttributeDecl var2) {
- this.val$property = var1;
- this.this$0 = var2;
- }
- }
-